df = df.reindex(sorted(df.columns), axis=1)
>>> result = df.sort(['A', 'B'], ascending=[1, 0])